home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / viewmrg.zip / CNFG-SUB.MRG next >
Text File  |  1988-10-25  |  2KB  |  22 lines

  1. * ------------[ BLED merge (c) Ken Goosens ]-------------
  2. * Merge this against CNFG-SUB.BAS to produce D:\LITE\CNFG-SUB.BAS
  3. * CNFG-SUB.BAS:  Date 10-2-1988  Size 92928 bytes
  4. * ------------[ Created 10-25-1988 19:17:22 ]------------
  5. * REPLACING old line(s) by new
  6. 12520 DISPLAYED.PAGE.NUMBER = 15
  7.       GOSUB 24800
  8.       LOCATE  3,1
  9.       PRINT "281. Let new users set their preferences --------- " + MID$("NO YES",(NEWUSER.SETS.DEFAULTS*-3)+1,3)
  10.       PRINT "282. New users default sign-on mode -------------- " + NOT.YET.IN$ ' NEW.USER.DEFAULT.MODE$
  11.       PRINT "283. New users default file-transfer protocol ---- " + NOT.YET.IN$ ' NEW.USER.DEFAULT.PROTOCOL$
  12.       PRINT "284. Line feeds for new users default to --------- " + NOT.YET.IN$ ' NEW.USER.LINE.FEEDS$
  13. * ------[ first line different ]------
  14.       PRINT "285. DRIVE AND PATH FOR PKXARC .... -------------- " + ARKVIEW.PATH$ 'VIEWARC MOD
  15.       PRINT "286. Prompt bell for new users defaults to ------- " + NOT.YET.IN$ ' NEW.USER.BELL$
  16.       PRINT "287. New users 'graphics' capability is assumed -- " + NOT.YET.IN$ ' NEW.USER.GRAPHICS$
  17.       PRINT "288. New users are assumed UPPERCASE only -------- " + NOT.YET.IN$ ' NEW.USER.CASE$
  18.       PRINT "289. New users message margins defaults to ------- " + NOT.YET.IN$ ' STR$(NEW.USER.MARGINS)
  19.       PRINT "290. Add new users to USERS file ----------------- " + MID$("NO YES",(REMEMBER.NEW.USERS*-3)+1,3)
  20.       PRINT "291. Let new users on even when USERS file full -- " + MID$("NO YES",(SURVIVE.NOUSER.ROOM*-3)+1,3)
  21.       GOTO 12580
  22.